* lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarations
authorKevin Ryde <user42@zip.com.au>
Sun, 2 Dec 2012 01:47:56 +0000 (09:47 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 2 Dec 2012 01:47:56 +0000 (09:47 +0800)
commitafcee499058e969d943267e7ba32acc6b80a5df4
treeccd1fac005a452dcca000b5a681aa99b50b27807
parent72a4c2414929835ee76270ccce92c3a9a0f49347
* lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarations
unless the --declarations flag is enabled.
(Lisp_help): Update.
(skip_name): New function.

* doc/emacs/maintaining.texi (Tag Syntax): Mention (defvar foo) handling.

* doc/man/etags.1: Mention effect of --declarations in Lisp.
doc/emacs/ChangeLog
doc/emacs/maintaining.texi
doc/man/ChangeLog
doc/man/etags.1
lib-src/ChangeLog
lib-src/etags.c